一维聚类标准误
reg y x, cluster(id)
reg y x, vce(cluster id)
cluster(id)
, cluster(industry)
, cluster(area)
二维(双向)/多维聚类标准误
reg y $x, vce(cluster area industry)
cgmreg y $x, cluster(id year)
vce2way reg y $x, cluster(id year)
vcemway reg y $x, cluster(id year)